home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9712 / 000020_owner-linux-arm…r.rutgers.edu _Thu Dec 4 16:11:02 1997.msg < prev    next >
Internet Message Format  |  1998-01-04  |  3KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id QAA15161
  4.     for <willy@odie.fluff.org>; Thu, 4 Dec 1997 16:11:01 GMT
  5. Received: from vger.rutgers.edu ([128.6.190.2]:36438 "EHLO vger.rutgers.edu" ident: "root") by nic.funet.fi with ESMTP id <15703-16327>; Thu, 4 Dec 1997 18:07:44 +0200
  6. Received: by vger.rutgers.edu id <970850-2955>; Thu, 4 Dec 1997 10:59:49 -0500
  7. Received: from odie.barnet.ac.uk ([194.82.202.98]:2046 "EHLO odie.barnet.ac.uk" ident: "willy") by vger.rutgers.edu with ESMTP id <971053-2954>; Thu, 4 Dec 1997 10:51:28 -0500
  8. Received: (from willy@localhost)
  9.     by odie.barnet.ac.uk (8.8.6/8.8.6) id PAA15130;
  10.     Thu, 4 Dec 1997 15:54:37 GMT
  11. From: Matthew Wilcox <willy@odie.barnet.ac.uk>
  12. Message-Id: <199712041554.PAA15130@odie.barnet.ac.uk>
  13. Subject: Re: Problems with install (will not find any kernels)...
  14. To: tom@netherhall.cambs.sch.uk (Tom Palmer)
  15. Date:     Thu, 4 Dec 1997 15:54:36 +0000 (GMT)
  16. Cc: linux-arm@vger.rutgers.edu
  17. In-Reply-To: <199712041151.LAA03677@netherhall.cambs.sch.uk> from "Tom Palmer" at Dec 4, 97 11:51:41 am
  18. X-Mailer: ELM [version 2.4 PL25]
  19. MIME-Version: 1.0
  20. Content-Type: text/plain; charset=US-ASCII
  21. Content-Transfer-Encoding: 7bit
  22. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  23. Sender: owner-linux-arm@vger.rutgers.edu
  24. Precedence: bulk
  25. Status: RO
  26.  
  27. [post reformatted.  please try to wordwrap at 75 columns..]
  28.  
  29. >   I have finally managed to get Arm-linux installed on my RiscPC all
  30. > bar one thing, a kernel! When the install program gets to this point it
  31. > pops up a statment saying that it cannot find any kernels.
  32.  
  33. This happened to me too.
  34.  
  35. >   I can drop out of the install program and mount the hard disc
  36. > partition which has Arm-linux on it. From here I can see everything that
  37. > I have installed.
  38.  
  39. Excellent.
  40.  
  41. >   I have tried to mount an MSDOS disc which contains the initial rpc
  42. > kernel however no matter how I type the command it will not want to mount
  43. > (I am trying to mount the floppy disc to /mnt/mnt/floppy as the hard
  44. > disc partition has read/write access).
  45.  
  46. the correct command to use is:
  47.  
  48. mount -t msdos /dev/fd0 /mnt/mnt/floppy
  49.  
  50. Personally, I'd mkdir /mnt/flp && mount -t msdos /dev/fd0 /mnt/flp,
  51. but that's just my personalpreference.  What error messages do youget?
  52. Remember you canalso mount /dev/hda1 on /mnt/adfs and copy kernels from
  53. there.
  54.  
  55. Some dos and don'ts with kernels:
  56.  
  57. (0) Do edit /etc/boot.conf
  58. (1) Do remember to run loadmap
  59. (2) If you build your own kernel, use /usr/src/linux/arch/arm/boot/zImage
  60.     as the kernel, not /usr/src/linux/vmlinux.  This *seems* to be the
  61.     problem that someone else was experiencing.
  62. (3) Currently, you need to leave the versioning of symbols on in order
  63.     for the FP Emulator to work.